home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 26 / Cream of the Crop 26.iso / program / ccdl150l.zip / README.TXT < prev   
Text File  |  1997-04-09  |  987b  |  26 lines

  1. Hi,
  2.     This is the source for a basic C run-time library.  The library
  3. is mostly ansi; some work is required to interface file/Io and memory
  4. management functions in with the underlying operating system.  See the
  5. files in MSDOS/386 for example code showing how to interface the RTL
  6. into DOS using a DPMI subsystem (in this case TRAN's PMODE 3.07).
  7.  
  8. This RTL has suitable code for both the 386 and the 68K processors.
  9. Most of the code is in C but some of it (notably string handling
  10. functions) were written in assembly for speed.
  11.  
  12. This RTL is a companion file to the two files:
  13.  
  14. ccdl139e.zip - C compiler executables with DOS libraries (for DOS)
  15. ccdl139s.zip - C compiler sources
  16.  
  17. Which should also be available on the distribution site you got this
  18. from.  Read the LICENSE.TXT file for redistribution information.    
  19.  
  20. See license.txt for licensing information.
  21.  
  22. David Lindauer
  23. 1428 Hepburn Ln. Apt #1
  24. Louisville, KY 40204
  25.  
  26. email:  gclind01@starbase.spd.louisville.edu